Syntax:
VA1. Multiple_Files = "YES" / "NO"
Details :
This is required to be specified if you have prepared more than one basic vocabulary files and want VoiceAction to scan through them.
DO NOT FORGET THIS INSTRUCTION !
Example :
Private Sub Start()
VA1. ...
VA1.Multiple_Files = "YES"
End Sub